home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 267 b | 11 lines |
- install::
- for i in $(OTHER_PKG_STUFF) none ; do \
- if [ $$i = none ] ; then continue; fi; \
- tar cf - $$i | ( cd $(DSTROOT)$(INSTALLDIR)/$(NAME).app/ ; tar xfp -) ; \
- done ;
- chmod -R a+r $(DSTROOT)$(INSTALLDIR)/$(NAME).app
-
- $(NAME).debug ::
- open $(NAME).gdb
-
-